STL--set/multiset用法 multiset: multiset<int>s; 定義正向迭代器與正向遍歷: multiset<int>::iterator it; for(it=s.begi ...